Post | /projects/{projectId}/operationsHub-settings |
In This Topic
Description
Add or individually modify parameters related to Operations Hub
Parameters
Name | Description | Data Type |
projectId | the id of the project | string |
Request (application/json)
The request body is of type object.
Overview
 |
 |
UserName : string
|
 |
Password : string (password)
|
 |
HostName : string
|
 |
Port : integer
|
 |
Certificate : string (byte)
|
 |
CertificateValidation : boolean
|
 |
Dynamic : boolean
| |
200 Response
The response body is of type ProblemDetails.
At least one parameter was added or modified, but at least one failed.
Overview
 |
ProblemDetails
Response data when a request fails
 |
type : string
|
 |
title : string
|
 |
status : integer
|
 |
detail : string
|
 |
instance : string
| |
204 Response
Parameters added or modified successfully.
Fault Responses
Fault | Description |
400 | This fault returns a response body of type ProblemDetails. General error |
401 | This fault returns a response body of type . Authorization header is missing or bad. |
403 | This fault returns a response body of type . User account used to attempt this operation doesn't have sufficient privilege. |
See Also